(redisplay-dont-pause): Set to t to alleviate display problems.
authorEli Zaretskii <eliz@gnu.org>
Wed, 31 Jan 2001 07:47:57 +0000 (07:47 +0000)
committerEli Zaretskii <eliz@gnu.org>
Wed, 31 Jan 2001 07:47:57 +0000 (07:47 +0000)
lisp/term/w32-win.el

index 71e7f56256b3a62d1634046b36b6af62c41b1d33..17411a6f0b6a095d89bf1258d34ee82f4940bb3b 100644 (file)
 (if (fboundp 'new-fontset)
     (require 'fontset))
 
+;; FIXME: this is temporary for v21.1, since many redisplay problems
+;; happen if redisplay-dont-pause is nil.
+(setq redisplay-dont-pause t)
+
 ;; Because Windows scrollbars look and act quite differently compared
 ;; with the standard X scroll-bars, we don't try to use the normal
 ;; scroll bar routines.